welo git mirrors
Commit e746a80dca8ae3b018eb1b596f53821abb17f03c
Parents : 7a7fd11
Author : Mark Qvist <mark@unsigned.io>
Date : 2021-05-17T22:01:56+02:00
Fixed beacon data in KISSInterface
Changes
Diff
diff --git a/RNS/Interfaces/KISSInterface.py b/RNS/Interfaces/KISSInterface.py
index c87745918..eb414d94c 100644
--- a/RNS/Interfaces/KISSInterface.py
+++ b/RNS/Interfaces/KISSInterface.py
@@ -40,6 +40,9 @@ class KISSInterface(Interface):
serial = None
def __init__(self, owner, name, port, speed, databits, parity, stopbits, preamble, txtail, persistence, slottime, flow_control, beacon_interval, beacon_data):
+ if beacon_data == None:
+ beacon_data = ""
+
self.serial = None
self.owner = owner
self.name = name
Served by rngit 1.5.1 - Generated in 0.04s